home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.addservices.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  3.9 KB  |  91 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1>How to Publish a Service - <img src="../../images/service.gif" width="16" height="16" alt="Service" border="0"></H1>
  18.                     <p>
  19.                         A service represents an XML (Extensible Markup Language) Web service that you want to publish<uddi:ContentController Runat='server' Mode='Private'> in UDDI 
  20.                         Services</uddi:ContentController>. A service can have multiple implementations, and each implementation 
  21.                         is represented by a binding.</p>
  22.                     <!-- #include file = "warning.changestouddi.htm" -->
  23.                     <b>Jump to:</b> <a href="#service">Add a service</a>, <a href="#categories">Add 
  24.                         categories</a>.
  25.                     <h2><a name="service"></a>Add a service</h2>
  26.                     This entry represents the service you are publishing<uddi:ContentController Runat='server' Mode='Private'> in UDDI Services</uddi:ContentController>.
  27.                     <OL>
  28.                         <li>On the <uddi:ContentController Runat='server' Mode='Private'>UDDI Services </uddi:ContentController><uddi:ContentController Runat='server' Mode='Public'>UDDI </uddi:ContentController>menu, click <b>Publish</b>.</li>
  29.                         <li>Click the <B>Providers</b> tab.
  30.                         <li>Locate the provider to which you want to add a service and, next to its name, click <b>View</b>.
  31.                         <li>Click the <b>Services</b> tab.
  32.                         <li>Click <b>Add Service</b>.<BR>
  33.                             <img src="../../images/service.gif" width="16" height="16" alt="Service" border="0"> (New Service) appears.
  34.                         <LI>
  35.                             In the details area, click <b>Edit</b>.
  36.                         <LI>
  37.                             In the <b>Language</b> list, select a language for this name.</LI>
  38.                         <LI>
  39.                             In <b>Name</b>, type a name for this service.</LI>
  40.                         <li>
  41.                             Click <b>Update</b>.</li>
  42.                         <li>
  43.                             To add additional names in other languages, click <b>Add Name</b> and repeat 
  44.                             steps 7 through 9.</li>
  45.                         <LI>
  46.                             Click <b>Add Description</b>.
  47.                         <LI>
  48.                             In the <b>Language</b>
  49.                         list, select a language for this description.
  50.                         <LI>
  51.                             In <b>Description</b>, type a brief description.</LI>
  52.                         <li>
  53.                             Click <b>Update</b>.</li>
  54.                         <LI>
  55.                             To add additional languages in other languages, repeat steps 11 through 14.</LI>
  56.                     </OL>
  57.                     <a name="#categories"></a>
  58.                     <h2>Add categories</h2>
  59.                     Categories describe this service, such as the functions it serves, 
  60.                     geographical location, standard business classifications, or any other 
  61.                     appropriate categorization. For optimal discovery<uddi:ContentController Runat='server' Mode='Private'> within UDDI Services</uddi:ContentController>, 
  62.                     describe your service using categories that you expect others to use when 
  63.                     searching for services like yours.
  64.                     <OL>
  65.                         <li>
  66.                             Click the <B>Categories</B>
  67.                         tab.
  68.                         <li>
  69.                             Click <B>Add Category</B>.</li>
  70.                         <li>
  71.                             Select an appropriate categorization scheme and subcategory.<br>
  72.                             </li>
  73.                         <li>
  74.                             Click <B>Add Category</B>.</li>
  75.                         <li>
  76.                             To add additional categories, repeat steps 2 through 5.</li>
  77.                     </OL>
  78.                     <p>
  79.                         You have now added and described a service and are ready to <a href="publish.addbindings.aspx">
  80.                             add bindings</a>
  81.                     to the service.
  82.                 </td>
  83.             </tr>
  84.         </table>
  85.         <!-- #include file = "publish.footer.htm" -->
  86.     </body>
  87. </html>
  88.  
  89.  
  90.  
  91.